home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / stdwin / Ports / alfa / To.do < prev   
Encoding:
Text File  |  1991-02-19  |  1.4 KB  |  54 lines  |  [TEXT/????]

  1. Complain about bad arguments (esp. window pointers) instead of ignoring
  2. them
  3.  
  4. Don't scroll so much beyond end of window (in wshow?)
  5.  
  6. Textedit highlights disappear when they are redrawn after a menu covered
  7. some text but *not* the highlight
  8.  
  9. Fix wreshuffle to minimize redrawing
  10.  
  11. Fix scrollupdate to minimize redrawing
  12.  
  13. Maintain a stack of active windows so active window after a delete is
  14. less surprising
  15.  
  16. Don't grow windows beyond their document size
  17.  
  18. Let wmessage wait for CR to acknowledge?
  19.  
  20. Dreams:
  21.  
  22. Generalized key bindings read from a startup file
  23.  
  24. ~ and $ expansion and file name completion in waskfile
  25. (or write a tiny directory browser?)
  26.  
  27.  
  28. Chages to stdwin by Euromath project?
  29.  
  30. draw.c        bogus! fix to scrollupdate;
  31.         some comments added
  32.  
  33. stdwin.c    added wgetwinpos and wgetorigin;
  34.         support for resize events;
  35.         don't force showing the caret;
  36.         don't reset the 'front' window when closing non-front;
  37.         Lambert's attempts at imporving _wreshuffle???
  38.  
  39.  
  40. Of the following changes I am not sure yet:
  41.  
  42. menu.c        changed standard menu title and contents;
  43.         fixed minor bugs;
  44.         and what else?  (lots changed)
  45.  
  46. scroll.c    only change is to comment out a fallback on wchange in
  47.         wscroll when there is horizontal scrolling or not the
  48.         entire window width is affected.  do we need this?
  49.  
  50. syswin.c    added wdialog which is like waskstr with an additional
  51.         multiple-choice list of options (???) (why couldn't this
  52.         be done as a normal stdwin window?);
  53.         added RedrawAll
  54.